home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 5 / developer source - volume 5.iso / delph / oct95 / hornf104.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  14.1 KB  |  722x435  |  4-bit (11 colors)
   ocr: Paint method Edit Help procedure Paint; begin Make this component look like its parent component by calling its parent's Paint method. ) inherited Paint; - To change the appearance of the component, use the methods supplied by the component' 's Canvas property (which is of type TCanvas). For example, ) . - canvas.Rectangle(0, 0, Width, Height); : ) end; Restore default Paste View... OK Cancel